'Declaration Public Overloads Function FindVisualTool<TThe visual tool type to find.>() As T (Of TThe visual tool type to find.As VisualTool)
public T FindVisualTool<T>() where T: VisualTool
public: T* FindVisualTool<T>() where T: VisualTool*
generic<typename T> public:
T^ FindVisualTool() where T: VisualTool^
Type Parameters
- T
- The visual tool type to find.
Return Value
Визуальный инструмент указанного типа, если визуальный инструмент найден; в противном случае null.